home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1996 September
/
CHIP Eylül 1996.iso
/
utils
/
povray
/
povppc.sit
/
POVPPC
/
POV-Ray
/
POV-Ray.rsrc
/
TEXT_313_light_source.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1994-04-26
|
312 b
|
10 lines
// create a regular point light source
light_source
{
0*x // light's position (translated below)
color red 1.0 green 1.0 blue 1.0 // light's color
// uncomment the next line to give the light source a visible appearance
// looks_like { sphere { 0*x, 5 pigment { Yellow } } }
translate <-20, 40, -20>
}